time
main
common
time
/
[root]
/
TimeDifference
Time
Difference
data
class
TimeDifference
<
SmallestUnit
:
TimeUnit
>
Members
Members & Extensions
Types
Companion
Link copied to clipboard
object
Companion
Properties
days
Link copied to clipboard
val
TimeDifference
<
TimeUnit.Day
>
.
days
:
Int
hours
Link copied to clipboard
val
TimeDifference
<
TimeUnit.Hour
>
.
hours
:
Int
minutes
Link copied to clipboard
val
TimeDifference
<
TimeUnit.Minute
>
.
minutes
:
Int
months
Link copied to clipboard
val
TimeDifference
<
TimeUnit.Month
>
.
months
:
Int
nanoseconds
Link copied to clipboard
val
TimeDifference
<
TimeUnit.Nanosecond
>
.
nanoseconds
:
Int
seconds
Link copied to clipboard
val
TimeDifference
<
TimeUnit.Second
>
.
seconds
:
Int
years
Link copied to clipboard
val
TimeDifference
<
TimeUnit.Year
>
.
years
:
Int
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String